HipAssetsBinding.loadJSONC

Usage:

//Must import hip.data.json for actually using it.
import hip.data.json;
JSONValue json = hipJSON.getJSON!JSONValue;
json["myProperty"].str//or other types
class HipAssetsBinding
extern (System) __gshared
IHipAssetLoadTask function(string path, string f = __FILE__, size_t l = __LINE__) loadJSONC;

Return Value

IHipJSONC

Meta